home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / COLORDLG.PAK / CCTLTEST.RC < prev    next >
Text File  |  1997-05-06  |  425b  |  14 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (C) 1991, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #include <owl/owlapp.rc>         // default owl app icon
  6. #include <owl/except.rc>
  7. #include "cctltest.h"
  8.  
  9. IDM_APPMENU MENU
  10. BEGIN
  11.   MENUITEM "&Color", CM_COLOR
  12. END
  13.  
  14.